projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac62479
)
Fix make dist
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Wed, 23 Sep 2015 15:31:23 +0000
(23:31 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Wed, 23 Sep 2015 15:31:23 +0000
(23:31 +0800)
Commit
ea241c6
dropped the wrong private header from dist, so correct
this to fix 'make dist'
gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/Makefile.am
b/gtk/Makefile.am
index c416951f87299bba8940e1f1132076201f77aa25..4236f2246e8833ddd26f96567ea9dd330f08d719 100644
(file)
--- a/
gtk/Makefile.am
+++ b/
gtk/Makefile.am
@@
-365,6
+365,7
@@
gtk_private_h_sources = \
gtkcolorswatchprivate.h \
gtkcoloreditorprivate.h \
gtkcolorplaneprivate.h \
+ gtkcolorscaleprivate.h \
gtkcolorchooserprivate.h \
gtkcomboboxprivate.h \
gtkcontainerprivate.h \
@@
-494,7
+495,6
@@
gtk_private_h_sources = \
gtkrenderprivate.h \
gtkresources.h \
gtkroundedboxprivate.h \
- gtkscaleprivate.h \
gtksearchengine.h \
gtksearchenginesimple.h \
gtksearchenginemodel.h \